home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / teco.zip / TECO.H < prev    next >
C/C++ Source or Header  |  1986-07-15  |  444b  |  22 lines

  1. extern char bkname[],bkpath[],bktype[];
  2. extern char inname[],inpath[],intype[];
  3. extern char otname[],otpath[],ottype[];
  4.  
  5. extern FILE *in;
  6. extern FILE *ot;
  7.  
  8. extern char buffer[];
  9. extern int  bufptr  ;
  10. extern int  bufptx  ;
  11. extern int  bufsiz  ;
  12.  
  13. extern char getbuf[];
  14. extern int  getptr  ;
  15. extern int  getptx  ;
  16. extern int  getsiz  ;
  17.  
  18. extern int adverb   ;
  19. extern int cancel   ;
  20. extern int number   ;
  21. extern int verb     ;
  22.